h1 {
    color: rgb(0, 0, 0);
    text-align: center;
    font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    padding: 2px;
}

a{
  color: inherit;
  text-decoration: none;
}

body {
    background-color: black;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333;
  max-width: fit-content;
}

body {
  background-image: url('../assets/image/snow.gif');
}

li {
  float: left;
  color: white;
}

li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.menubar{
  display: flex;
  justify-content: center;
}

#active{
  color: aqua;
  background-color: #181717;
}

/* Change the link color to #111 (black) on hover */
li a:hover {
  background-color: #111;
}

.hudbox {
  display: flex;
  flex-direction: column;
  background-color: rgb(74, 86, 97);
  max-width: fit-content;
  padding: 4px;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  border-radius: 5px;
}

.marquee-parent {
  width: 300px;
  margin: 0 auto; /* Center horizontally */
  overflow: hidden;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  background-color: rgb(10, 14, 49); /* Optional */
  margin-top: 30px;
  border: 1px solid rgb(73, 73, 73);;
  color: white;
}

marquee{
  padding: 3px;
}
